home *** CD-ROM | disk | FTP | other *** search
/ Power CD-ROM!! 8 / Power CD-ROM 8.iso / prgmming / pmd110 / system.dif < prev    next >
Text File  |  1994-11-13  |  325b  |  18 lines

  1. *** c:\bp\rtl\sys\system.pas    Wed Oct 28 07:00:00 1992
  2. --- system.pas    Mon Oct 03 13:20:28 1994
  3. ***************
  4. *** 503,505 ****
  5. --- 503,514 ----
  6.   {$ENDIF}
  7.   
  8. + const
  9. +   CheckMem:WordBool = FALSE;
  10. +   StoreAlloc:pointer = nil;
  11. +   FreeAlloc:pointer = nil;
  12. + begin
  13. +   ErrorAddr := @CheckMem;
  14.   end.
  15.